Welcome![Sign In][Sign Up]
Location:
Search - vc 6.0 usb

Search list

[Driver Developusbfx2lk_v1.1

Description: 基于vc++6.0环境的cypress USB 驱动源代码,支持块、计时、中断等传输方式。直接可以使用。-vc 6.0 on the environment cypress USB driver source code, support block, time, the suspension means of transmission. Direct can be used.
Platform: | Size: 855415 | Author: 陈强 | Hits:

[Other resourcevc++_usb_pdf

Description: Visure Stdio 6.0 开发usb驱动-Visure Stdio 6.0 usb drivers
Platform: | Size: 157381 | Author: 周春喜 | Hits:

[Other resourcevcexpliotureusb

Description: 一个关于用VC++6.0来编写USB驱动程序的说明文档,对于没有写过相关驱动的开发人员是一份不错的资料-a VC on the use of USB 6.0 drivers to prepare the documentation procedures, Related has never written for the developer-driven is a good information
Platform: | Size: 331136 | Author: lhc | Hits:

[Windows DevelopUSB-RS232FORWIN98

Description: USB 与RS232之间转换 的源代码.VC++ 6 VB FOR WINDOWS98-USB and RS232 conversion between source code. VC VB 6 FOR WINDOWS98
Platform: | Size: 56770 | Author: 王磊 | Hits:

[OS programUsbTransfer

Description: 毕业课题部分程序: USBTRANSFER: 批量传输dll; 使用VC 6调用 USB驱动。 USB使用CY7C68013。调用驱动程序封装在DLL中。
Platform: | Size: 27147 | Author: 张衡 | Hits:

[Driver Developusb

Description: VC++6.0写的USB接口驱动程序源代码
Platform: | Size: 39960 | Author: 方成 | Hits:

[Com PortVCchuankoutongxin

Description: 用VC 6.O实现的一个串口通信例程,希望能对初学者有所帮助.-VC 6.0 of a serial communication routines, hoping to help beginners.
Platform: | Size: 6144 | Author: 王峰 | Hits:

[Driver Developusbfx2lk_v1.1

Description: 基于vc++6.0环境的cypress USB 驱动源代码,支持块、计时、中断等传输方式。直接可以使用。-vc 6.0 on the environment cypress USB driver source code, support block, time, the suspension means of transmission. Direct can be used.
Platform: | Size: 855040 | Author: 陈强 | Hits:

[DocumentsUSB-shujucaiji

Description: USB数据采集系统论文-自己的毕业设计论文,花了很长时间做的,内容十分详细,包括核心代码和开发环境的设置。-USB Data Acquisition System papers-their graduation thesis design, and having spent a very long time. which is very detailed, including the core code and development environment configuration.
Platform: | Size: 125952 | Author: 安帝 | Hits:

[VC/MFCvc++_usb_pdf

Description: Visure Stdio 6.0 开发usb驱动-Visure Stdio 6.0 usb drivers
Platform: | Size: 157696 | Author: 周春喜 | Hits:

[Disk Toolstestusb

Description: usb设备或者可移动的usb存贮器的检测程序,可实时检测,vc++6.0-usb device or usb removable memory testing procedures, can be real-time detection, vc++ 6.0
Platform: | Size: 18432 | Author: 爱逍遥 | Hits:

[USB developProgrammingofUSBinterfacecommunicationinVC++

Description: 详细介绍了VC++6.0环境下利用windowsAPI函数来实现与符合HID设备的USB接口通信,并给出部分源代码。-Described in detail VC++ 6.0 environment using windowsAPI function to achieve compliance with HID devices with USB interface, and gives part of the source code.
Platform: | Size: 155648 | Author: zhanzifei | Hits:

[Software EngineeringUSB

Description: 基于VC的USB接口通信程序设计, 本文研发了一套基于USB接口的数据采集系统,整个系统的设计涉及到硬件、设备固件(Firmware)、USB设备驱动程序及客户应用软件。-VC-based communication program of the USB interface design, this article developed a set of USB-based data acquisition system, the entire system design related to hardware, equipment firmware (Firmware), USB device drivers and customer applications.
Platform: | Size: 190464 | Author: 花花 | Hits:

[CommunicationVC-USB-sample

Description: VC++6.0的USB数据通讯的例子程序,主要是驱动PC端的USB-failed to translate
Platform: | Size: 2048 | Author: robot | Hits:

[VC/MFCVCUSB

Description: 介绍VC++6.0环境下利用Windows API函数来实现与符合HID设备的USB接口通信,并给出了通信程序的部分代码-VC++6.0 environment to introduce the use of Windows API function to achieve in line with the HID devices with USB interface, and gives part of the communication program code
Platform: | Size: 155648 | Author: 扶风 | Hits:

[SCMbiyelunwen

Description: 随着计算机技术的不断发展,USB设备以其传输速度快、可热插拔、独立供电等诸多的优点被普遍采用。现在市面上的USB设备层出不穷,如U盘、MP3、移动硬盘等应用起来十分方便。 本文采用VisualC++6.0软件进行仿真,利用基于对话框的VC++应用程序完成对上位机界面的编写,可以利用VC编程实现对计算机底层硬件的操作。采用DriverStudio软件编写USB设备的驱动程序。 本文先介绍了USB通信协议及其传输方式,然后具体地给出了驱动程序开发的全过程,同时根据硬件电路设计了上位机显示界面,并对各个显示元素的功能及编码过程做了详细的介绍。在上位机软件可以正常运行后,把USB实验板连接到电脑,进行PC机与USB设备的相互通信,结果表明,在通信的过程中,可以完成PC机与USB设备的连接和相互控制。- As computer technology continues to develop, USB devices is being widely used for its fast transmission speed, hot-pluggable characteristics, independent power supply and many other advantages. Nowadays, endless USB devices, such as FLASH MP3, mobile hard disk and so on, influx the electronic market, bringing extreme convenience for people’s daily lives. The simulation environment in this thesis is constructed by VisualC++6.0 software. We use VC++ application process to complete the preparation of the PC interface, and based on the VC programming we can operate of the hardware of the computer bottom. On the other hand, we use DriverStudio software to prepare the driver of USB device. In this thesis, we introduce a USB communication protocol and the means of its transmission, and then give the entire design process of the driver specifically. Meanwhile, according to the hardware circuit, we design the shows PC interface and show the function and the coding process of each element i
Platform: | Size: 489472 | Author: 谷穗 | Hits:

[ARM-PowerPC-ColdFire-MIPSHID_DEMO

Description: USB HID VC++ 6.0 pc 软件,方便开发,调试。-USB HID Software
Platform: | Size: 1727488 | Author: HuCunZhong | Hits:

[VC/MFCUSB-Communication

Description: 详细介绍VC++6.0环境下利用WIN API函数来实现与符合HID设备类的USB接口通信-VC++6.0 USB Commutication
Platform: | Size: 155648 | Author: leu | Hits:

[USB developVC-usb-communication

Description: 描述了 USB 通信的原理,以及在vc中实现的方法-this paper discribed the USB communication depend on VC
Platform: | Size: 489472 | Author: tangbo | Hits:

[USB developUSB

Description: USB上位机,简单的USB HID 收发软件。基于VC++6.0编程(USB host computer software,Simple USB HID transceiver software.Programming based on VC++6.0.)
Platform: | Size: 6031360 | Author: 说的似懂非懂 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net